Tensorflow serving

by: BrianPhiri, 7 years ago


Hello, I was wondering how i can set input values for the serving part of tensorflow and use that in a prediction (using a classifier)



You must be logged in to post. Please login or register an account.



Honestly not sure. I've never found the need to use tensorflow serving. I just simply load in the module and do predictions that way. TF serving is surely more robust for this, but I seem to get by just fine with pretty low latency without the serving. Currently enough to run through a pretty large network in about 0.003 seconds.

-Harrison 7 years ago

You must be logged in to post. Please login or register an account.